home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / utility / wbar15.zip / WBAR.DOC next >
Text File  |  1991-02-02  |  7KB  |  182 lines

  1.  
  2.  
  3.  
  4.  
  5.          ************************************************************
  6.          *                                                          *
  7.          *                                                          *
  8.      *                  Wbar                *
  9.      *           Windows BarCode Generator            *
  10.      *              Version 1.5                *
  11.          *                                                          *
  12.      *             (C)opyright 1990-1991            *
  13.          *                    All Rights Reserved                   *
  14.          *                                                          *
  15.          *==========================================================*
  16.          *                                                          *
  17.      *             Stellar Technologies            *
  18.      *            2510 Metro Blvd                *
  19.      *              St. Louis, MO 63043            *
  20.          *                                                          *
  21.          *----------------------------------------------------------*
  22.          *                                                          *
  23.      *      Wbar is user-supported software provided to        *
  24.          *   you at no charge on a trial basis.  If you use this    *
  25.      *   software and find it of value please send $15 for a    *
  26.      *     registered copy and support the shareware concept.   *
  27.          *    Registered users will be provided with information    *
  28.          *    about program updates. Please make checks payable     *
  29.      *        to Stu Gisburne at the above address.        *
  30.          *                                                          *
  31.          *      You are encouraged to share this software with      *
  32.          *      others provided that it is distributed complete     *
  33.          *      with documentation and in unmodified form and       *
  34.          *     that no fee or other consideration is charged or     *
  35.          *     accepted.  All commercial, business and government   *
  36.          *           users must register each copy in use.          *
  37.          *                                                          *
  38.      *     I hope you enjoy using Wbar. Your comments and        *
  39.          *  suggestions to improve this product are always welcome. *
  40.          *                                                          *
  41.          *                                                          *
  42.          *                                                          *
  43.          ************************************************************
  44.  
  45.  
  46.  
  47.  
  48.  
  49.          PROGRAM DESCRIPTION
  50.  
  51.      Wbar is a program which generates bar codes (ie: 3 of 9, UPC,
  52.      Postnet, etc) that can be copied to the Windows Clipboard. Once
  53.      in the Clipboard, you can then paste the barcode into other programs
  54.      such as Windows Write, MicroSoft Word for Windows, Paintbrush,
  55.      as well as other Windows programs that can accept bitmaps from
  56.      the Windows Clipboard.
  57.  
  58.  
  59.          HARDWARE REQUIREMENTS
  60.  
  61.      IBM Personal Computer or Compatible
  62.      MicroSoft Windows 3.0
  63.      Mouse
  64.  
  65.  
  66.          PROGRAM FILES
  67.  
  68.      The Wbar system comes in two files:
  69.  
  70.      WBAR.EXE    executable program module
  71.      WBAR.DOC    document that you are reading now
  72.  
  73.  
  74.  
  75.  
  76.      GENERAL PROGRAM OVERVIEW
  77.  
  78.      Upon execution, Wbar produces a typical Windows program
  79.      window. The menu consists of File, Edit, Action, Type and Help.
  80.      When first loaded, the About Wbar Dialog Box appears if you have
  81.      an unregistered copy of Wbar, otherwise you are presented by
  82.      blank window. The cursor takes on the shape of a barcode while
  83.      in the workspace of the Wbar window. To make a barcode, you
  84.      simply position the cursor in the window where you want to place
  85.      the barcode and click the left button on your mouse. A dialog box
  86.      will appear allowing you to toggle various options, select what
  87.      type of barcode to produce and to input the barcode data. Once the
  88.      barcode is drawn in the window, you then choose ACTION from the
  89.      main menu. Clicking on SELECT from the ACTION submenu will toggle
  90.      the cursor to become a cross. You then press the left mouse button
  91.      and drag a box around the barcode. After releasing the left mouse
  92.      button, clicking on COPY from the EDIT menu copies the selected
  93.      box area to be pasted in Bitmap form to the Windows Clipboard.
  94.  
  95.      MENU FUNCTIONS
  96.  
  97.  
  98.            FILE
  99.             NEW     basically clears the Wbar window of any barcodes
  100.  
  101.             EXIT    exits the Wbar program and closes the window
  102.  
  103.            EDIT
  104.             COPY    copies a selected area to the Clipboard
  105.  
  106.             PASTE   pastes from the Clipboard to the upper left area
  107.                 of the Wbar window
  108.  
  109.             CLEAR   another way to clear the Wbar window
  110.  
  111.            ACTION
  112.             BARCODE toggles the cursor to barcode mode
  113.  
  114.             SELECT  toggles the cursor to the area select mode
  115.  
  116.            TYPE
  117.             COLOR   when checked, any copies to the clipboard will be
  118.                 a color bitmap
  119.  
  120.             MONOCHROME when checked, any copies to the clipboard will
  121.                    be a monochrome bitmap
  122.  
  123.            HELP
  124.             HELP    currently not used at this time
  125.  
  126.             ABOUT   displays a dialog box containing information about
  127.                 the Wbar Program
  128.  
  129.  
  130.  
  131.  
  132.  
  133.         STELLAR TECHNOLOGIES MAKES NO WARRANTIES, EXPRESS OR
  134.             IMPLIED, AND SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES
  135.             OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE.
  136.         STELLAR TECHNOLOGIES FURTHER RESERVES THE RIGHT TO MAKE
  137.         CHANGES TO THE SPECIFICATIONS OF THE PRODUCT WITHOUT OBLIGATION
  138.         TO NOTIFY ANY PERSON OR ORGANIZATION OF SUCH CHANGES.
  139.             LIMITATION OF LIABILITY:  The Customer's sole remedies are
  140.         set forth in the warranty clause above.  Stellar Technologies
  141.         liability for damages shall not exceed the current registration
  142.         fee for the Product. In no event will Stellar Technologies be
  143.         liable for any special, incidental or consequential damages even
  144.         if Stellar Technologies has been advised of the possibility of
  145.         the same.
  146.  
  147.  
  148.  
  149.  
  150.  
  151.              Comments and inquiries may be
  152.            sent to me through Compuserve ID number
  153.                  74516,2776
  154.  
  155.                     or to:
  156.                                                                                 
  157.                 Stellar Technologies
  158.                   c/o Stu Gisburne
  159.                    2510 Metro Blvd.
  160.                  St. Louis, MO 63043
  161.                                                                                 
  162.                                                                                 
  163.  
  164.  
  165.  
  166.  
  167.                    Revision History
  168.                    ================
  169.  
  170. Version 1.0  -    07-14-90  - Pastes UPC bar code to the clipboard
  171.  
  172. Version 1.1  -    08-05-90  - Added 3 of 9 barcode
  173.  
  174. Version 1.2  -    08-22-90  - Added Postnet barcode
  175.  
  176. Version 1.3  -    09-13-90  - Added monochrome bitmap capabilites to allow
  177.                 pastes into Corel Draw 1.21
  178.  
  179. Version 1.4  -    11-30-90  - Added Interleaved 2 of 5 barcode
  180.  
  181. Version 1.5  -    01-21-90  - Included documentation with file
  182.